home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
gondwana.ecr.mu.oz.au/pub/
/
Graphics.tar
/
Graphics
/
ArtForTheMac.sea.hqx
/
Sample Scenes
/
knight.scn
< prev
next >
Wrap
Text File
|
1992-09-27
|
398b
|
26 lines
/* A chess knight. The actual knight is defined
* in object file format
*/
fieldofview 70.0
background 0, 0, 0.1
raysperpixel 8
antialiasing adaptive
lookat (1200, 500, 600, 200, 600, 100, 0)
light {
color 1.0, 1.0, 0.7
location (10000, 10000, 10000)
}
ambient .2, .2, .2
geometry {
material 0, 0.7, 0.3, 2
color 0.7, 0.7, 0.3
backfacing on
phongshading on
offfile knight.geom
}